home *** CD-ROM | disk | FTP | other *** search
- Path: news.PBI.net!usenet
- From: mich@pbinet.com
- Newsgroups: comp.lang.c
- Subject: Re: displaying pictures in C
- Date: 23 Mar 1996 19:29:19 GMT
- Organization: Pacific Bell Internet Services
- Message-ID: <4j1jef$5nr@SNFC21_SRVR_WWW.PBI.net>
- References: <4iscmr$8h9@newsflash.concordia.ca>
- Reply-To: mich@pbinet.com
- NNTP-Posting-Host: ppp-5-37.rdcy01.pbinet.com
- X-Newsreader: IBM NewsReader/2 v1.03
-
- In <4iscmr$8h9@newsflash.concordia.ca>, v_ruso@alcor.concordia.ca writes:
- >How can I display a picture in the jpg , gif or any format into a
- >program for dos using c or c++?
-
- >Is there a function for this, or do I have to write one?
-
- You don't ask much, do you? There are entire books on the subject.
- Get one.
- I don't know of any development enviroment native functions to display
- a GIF, no. Displaying a bitmap in one of the many formats is not somthing that
- you do in one function.
-
-